Don't bail early if we detect that time goes backwards.
authorcl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>
Tue, 16 Aug 2005 17:02:49 +0000 (17:02 +0000)
committercl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>
Tue, 16 Aug 2005 17:02:49 +0000 (17:02 +0000)
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
linux-2.6-xen-sparse/arch/xen/i386/kernel/time.c

index 4ceded947a4d436d31a72a5c05084be7a03c00e6..9a9e16055061dd527f02f2ff19167530307ecad5 100644 (file)
@@ -569,7 +569,6 @@ irqreturn_t timer_interrupt(int irq, void *dev_id, struct pt_regs *regs)
                for (cpu = 0; cpu < num_online_cpus(); cpu++)
                        printk(" %d: %lld\n", cpu,
                               per_cpu(processed_system_time, cpu));
-               return;
        }
 
        /* System-wide jiffy work. */